The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "Email-Address"

Email::Address - RFC 2822 Address Parsing and Creation River stage three • 62 direct dependents • 140 total dependents

This class implements a regex-based RFC 2822 parser that locates email addresses in strings and returns a list of "Email::Address" objects found. Alternatively you may construct objects manually. The goal of this software is to be correct, and very v...

RJBS/Email-Address-1.913 - 10 Jan 2023 00:42:33 UTC - Search in distribution

Email::Address::XS - Parse and format RFC 5322 email addresses and groups River stage three • 8 direct dependents • 190 total dependents

This module implements RFC 5322 <https://tools.ietf.org/html/rfc5322> parser and formatter of email addresses and groups. It parses an input string from email headers which contain a list of email addresses or a groups of email addresses (like From, ...

PALI/Email-Address-XS-1.05 - 07 Aug 2022 13:35:48 UTC - Search in distribution

Email::Address::List - RFC close address list parsing River stage zero No dependents

Parser for From, To, Cc, Bcc, Reply-To, Sender and previous prefixed with Resent- (eg Resent-From) headers....

BPS/Email-Address-List-0.06 - 29 Jan 2019 21:03:02 UTC - Search in distribution

Email::Address::Loose - Make Email::Address->parse() loose River stage one • 3 direct dependents • 3 total dependents

Email::Address::Loose is a Email::Address, but "parse()" is "loose" same as Email::Valid::Loose. This module is for web developers in Japan. This module is needed because email address by the Japanese mobile carrier was not RFC compliant. Fortunately...

TOMITA/Email-Address-Loose-0.10 - 27 Feb 2011 12:03:26 UTC - Search in distribution

Email::Address::UseXS - ensure that any code uses Email::Address::XS instead of Email::Address River stage zero No dependents

To use, simply add "use Email::Address::UseXS;" in your code before anything that tries to load in Email::Address. use Email::Address::UseXS; print Email::Address->parse('user@example.com');...

TEAM/Email-Address-UseXS-1.000 - 06 Sep 2018 04:20:03 UTC - Search in distribution

Email::Address::Classify - Classify email addresses River stage zero No dependents

This module provides a simple way to classify email addresses. At the moment, it only provides two classifications is_valid() and is_random(). More classifications may be added in the future....

FKENTO/Email-Address-Classify-0.02 - 03 Oct 2023 19:26:38 UTC - Search in distribution

Email::Address::JP::Mobile - Japanese carrier email class River stage one • 1 direct dependent • 1 total dependent

Email::Address::JP::Mobile is for Japanese web developers. このモジュールは要するに HTTP::MobileAgent のメール版です。 メールアドレスから、それがどのキャリアで発行されたメールアドレスかを判別します。 同様のことができるモジュールに Mail::Address::MobileJp があります。 Email::Address::JP::Mobile は Email::Address オブジェクトを拡張する点や、 "is_...

TOMITA/Email-Address-JP-Mobile-0.08 - 14 Mar 2011 09:51:46 UTC - Search in distribution

Email::MIME::RFC2047::Address - MIME encoded addresses River stage zero No dependents

This is the superclass for Email::MIME::RFC2047::Mailbox and Email::MIME::RFC2047::Group....

NWELLNHOF/Email-MIME-RFC2047-0.97 - 31 Jul 2017 12:39:01 UTC - Search in distribution

Regexp::Common::Email::Address - Returns a pattern for Email Addresses River stage two • 8 direct dependents • 13 total dependents

$RE{Email}{Address} Provides a regex to match email addresses as defined by RFC 2822. Under "{-keep}", the entire match is kept as $1. If you want to parse that further then pass it to "Email::Address->parse()". Don't worry, it's fast....

CWEST/Regexp-Common-Email-Address-1.01 - 06 Jan 2005 16:06:28 UTC - Search in distribution

lib/Cikl/Models/Address/email.pm River stage one • 2 direct dependents • 2 total dependents

FALTER/Cikl-0.5.1 - 25 Mar 2014 22:01:57 UTC - Search in distribution

CGI::Untaint::email - validate an email address River stage two • 1 direct dependent • 14 total dependents

CGI::Untaint::email input handler verifies that it is a valid RFC2822 mailbox format. The resulting value will be a Mail::Address instance....

MIYAGAWA/CGI-Untaint-email-0.03 - 29 Oct 2001 11:50:53 UTC - Search in distribution

Buscador::Addressing - A Buscador plugin to deal with presentin entities River stage one • 1 direct dependent • 1 total dependent

Email::Store has the concept of Entities. An Entity can have multiple names and multiple email addressess. This pluign allows you to do ${base}/entity/view/<id> ${base}/entity/view/<name> ${base}/entity/view/<email> ${base}/name/view/<id> ${base}/nam...

SIMONW/Buscador-0.2 - 18 Feb 2005 17:11:47 UTC - Search in distribution

Type::EmailAddress - type constraints for email addresses River stage one • 1 direct dependent • 6 total dependents

This module adds a type constraint for email address using Type::Tiny library. The validation is done using the Email::Valid module. Type constraints "EmailAddress" String representing a valid email address....

ANDRE/Type-EmailAddress-0.001 - 28 Feb 2014 20:12:27 UTC - Search in distribution

Email::AddressParser - RFC 2822 Address Parsing and Creation River stage one • 1 direct dependent • 2 total dependents

This class is a near drop-in replacement for the regex parsing of Email::Address, which has serious issues for production use (exponential to infinite computation time in some cases). It uses code from Mark Crispin's c-client library to implement the...

AWKAY/Email-AddressParser-0.04 - 27 Mar 2007 17:41:29 UTC - Search in distribution

Email::Auth::AddressHash - Authentication based on email address extension hash River stage zero No dependents

This is a relatively simple module designed for applications which receive email. It provides a mechanism for authenticating email requests, by checking that the To: address, which should be in the form "username+hash@mydomain.com", contains the corr...

AURUM/Email-Auth-AddressHash-1.0 - 13 Jan 2004 21:48:26 UTC - Search in distribution

Value::Object::EmailAddress - A value object representing a valid email address. River stage zero No dependents

A "Value::Object::EmailAddress" value object represents a valid email address. That email address may not represent an address that can actually receive an email, but the form of the address is at least valid. The specification of the email address d...

GWADEJ/Value-Object-0.15 - 21 Jan 2016 01:26:23 UTC - Search in distribution

Metabase::User::EmailAddress - Metabase fact for user email address River stage two • 16 direct dependents • 41 total dependents

This is a simple string fact meant to be used to represent the email address of a user. At present, no email address validation is performed, but this may change in the future....

DAGOLDEN/Metabase-Fact-0.025 - 29 Feb 2016 04:17:39 UTC - Search in distribution

MooseX::Types::EmailAddress - Valid email address type constraint for Moose. River stage one • 1 direct dependent • 1 total dependent

This module provides Moose type constraints for valid email addresses. There is support for a type which represents a single valid email address and a type which represents a list of valid email addresses. The validation is done using the Email::Vali...

SJQUINNEY/MooseX-Types-EmailAddress-1.1.2 - 03 Apr 2013 13:37:55 UTC - Search in distribution

Paws::SES::VerifyEmailAddress - Arguments for method VerifyEmailAddress on Paws::SES River stage two • 9 direct dependents • 11 total dependents

This class represents the parameters used for calling the method VerifyEmailAddress on the Amazon Simple Email Service service. Use the attributes of this class as arguments to method VerifyEmailAddress. You shouldn't make instances of this class. Ea...

JROBINSON/Paws-0.46 - 20 Jan 2024 12:10:03 UTC - Search in distribution

App::Addex::Entry::EmailAddress - an address book entry's email address River stage one • 4 direct dependents • 4 total dependents

RJBS/App-Addex-0.027 - 19 Jun 2021 17:29:00 UTC - Search in distribution
  • addex - create mail helper files for address book entries
1,511 results (0.225 seconds)